DOCTYPE html> <html> <body> <h2>Image as a Link</h2> <p>The image below is a link. Try to click on it.</p> <a href=default.asp><img src=smiley.gif ...
CSS has a variety of different properties that can reference an image file, displaying that file on a web page normally as part of an element's background.
To have a link, you need an <a> tag with a href attribute and some content (text or image) between <a> and </a>. This needs to be done seperately on each page.